-
Notifications
You must be signed in to change notification settings - Fork 149
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor(deprecation)!: remove deprecated getCollections() #624
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Just FYI - updated the PR title and desc to more closely match what I think? conventional commits wants. @bcoe should peek too. |
editing commit title party, woo 😛 I'd probably do something like what I just changed it to ... it's a refactor, removing something deprecated, which breaks things. |
Codecov Report
@@ Coverage Diff @@
## master #624 +/- ##
==========================================
+ Coverage 61.45% 61.52% +0.06%
==========================================
Files 21 21
Lines 3409 3407 -2
Branches 460 460
==========================================
+ Hits 2095 2096 +1
+ Misses 1252 1250 -2
+ Partials 62 61 -1
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #624 +/- ##
==========================================
- Coverage 61.54% 61.52% -0.03%
==========================================
Files 21 21
Lines 3409 3407 -2
Branches 460 460
==========================================
- Hits 2098 2096 -2
Misses 1250 1250
Partials 61 61
Continue to review full report at Codecov.
|
Add schema for providing GAPIC metadata Source-Author: Victor Chudnovsky <[email protected]> Source-Date: Mon Oct 19 14:48:15 2020 -0700 Source-Repo: googleapis/googleapis Source-Sha: 34c5a5c5132a2c5ef46f599550a1195e07f01f80 Source-Link: googleapis/googleapis@34c5a5c
BREAKING CHANGE: This removes the deprecated getCollections() method (deprecated in Oct 2018). This will be part of the v2 release.